From 9b916b9f7dcd28249edc89d3f96d312626ef7f89 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 5 Feb 2008 02:45:30 +0000 Subject: [PATCH] (read_header): Replace `legal' with `valid'. --- src/unexhp9k800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unexhp9k800.c b/src/unexhp9k800.c index 495094029d6..96eb985f857 100644 --- a/src/unexhp9k800.c +++ b/src/unexhp9k800.c @@ -228,7 +228,7 @@ read_header (file, hdr, auxhdr) if (hdr->a_magic != EXEC_MAGIC && hdr->a_magic != SHARE_MAGIC && hdr->a_magic != DEMAND_MAGIC) { - fprintf (stderr, "a.out file doesn't have legal magic number\n"); + fprintf (stderr, "a.out file doesn't have valid magic number\n"); exit (1); } -- 2.30.2